Zend Debugger installation instructions
---------------------------------------

1. Extract the Zend Debugger package.

2. Locate the ZendDebugger.so (Unix) or ZendDebugger.dll (Windows) file in the directory which
   corresponds to your version of PHP (4.3.x, 4.4.x, 5.0.x, 5.1.x, 5.2.x).

2. Add the following line to your php.ini file:
   Linux and Mac OS X:     zend_extension=<full_path_to_ZendDebugger.so>
   Windows:                zend_extension_ts=<full_path_to_ZendDebugger.dll>
   Windows non-thread safe: zend_extension=<full_path_to_ZendDebugger.dll>
   (*) The Windows non-thread safe binary is only used with Zend Core 2.0.
   
3. Add the following lines to your php.ini file:
   zend_debugger.allow_hosts=<host_ip_addresses> 
   zend_debugger.expose_remotely=always 

   (*) hopst_ip_addresses are the IPs of the hosts which will be allowed to initiate debug sessions

4. Copy the dummy.php file to your document root directory.

5. Restart your Web server.
